Skip to main content

Get Player Data Items

Retrieves saved data values for all keys specified, ordered alphabetically in pages of 20. If no keys are supplied then returns all keys, ordered alphabetically in pages of 20.

Authentication Required: Yes

ugs cloud-save data player get [options]

Options

AliasDescription
project-id-p, --project-idThe Unity cloud project ID.
environment-e, --environment-nameThe services environment name.
player-id--player-idThe player ID to get the data for.
keys--keysThe keys to retrieve. Multiple keys can be specified. If not set, all keys will be retrieved.
after--afterThe key to start the page from. If not specified, the first page will be returned.
visibility--visibilityOne of 'default', 'public', or 'protected'. If not set, 'default' will be used.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.